Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(iroh-net): fix relay's codec proptesting #2283

Merged
merged 3 commits into from
May 13, 2024

Conversation

divagant-martian
Copy link
Contributor

@divagant-martian divagant-martian commented May 12, 2024

Description

Closes #2278
proptest take overall less than 2 seconds, which I think is fast enough compared to the time of compiling in release and running all the tests.

Regression prop test was not being used (it was in a derp path) and it's obsolete since the client info message changed at some point

Breaking Changes

n/a

Notes & open questions

n/a

Change checklist

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@divagant-martian divagant-martian changed the title fix proptests test(iroh-net): fix relay's codec proptesting May 12, 2024
@@ -101,8 +101,6 @@ pub(crate) enum FrameType {
///
/// Handled on the `[relay::Client]`, but currently never sent on the `[relay::Server]`
Restarting = 15,
/// 32B src pub key + 32B dst pub key + packet bytes
ForwardPacket = 16,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ramfox this was part of the compilation failures, but I think was part of meshing. Is this correct? it's otherwise not used anywhere

@dignifiedquire dignifiedquire added this pull request to the merge queue May 13, 2024
Merged via the queue into n0-computer:main with commit 5343cea May 13, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

iroh-net(relay): proptests are not run and don't compile
3 participants